var runtime.prof
14 uses
runtime (current package)
cpuprof.go#L108: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L113: if prof.hz.Load() != 0 { // implies cpuprof.log != nil
cpuprof.go#L125: prof.signalLock.Store(0)
cpuprof.go#L145: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L159: prof.signalLock.Store(0)
proc.go#L5388: var prof struct {
proc.go#L5409: if prof.hz.Load() == 0 {
proc.go#L5501: if prof.hz.Load() != 0 {
proc.go#L5544: for !prof.signalLock.CompareAndSwap(0, 1) {
proc.go#L5547: if prof.hz.Load() != hz {
proc.go#L5549: prof.hz.Store(hz)
proc.go#L5551: prof.signalLock.Store(0)
signal_unix.go#L516: if prof.hz.Load() != 0 {
signal_unix.go#L539: if prof.hz.Load() != 0 {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |